{% extends "base.html" %} {% block title %}My Documents — Quick Care Connect{% endblock %} {% block content %}
Lab reports, X-rays, old prescriptions and other records
{{ doc.description }}
{% endif %}{{ doc.uploaded_at.strftime('%d %b %Y') }} • {% if doc.file_size < 1024 %}{{ doc.file_size }} B {% elif doc.file_size < 1048576 %}{{ (doc.file_size / 1024)|round(1) }} KB {% else %}{{ (doc.file_size / 1048576)|round(1) }} MB {% endif %}
Upload lab reports, X-rays, or other medical records to keep everything in one place.
By default all uploaded documents are visible to your doctors during consultations.
Use the button to hide sensitive documents from doctor view at any time.